Click or drag to resize

ManagedFolderInformation Class

Contains information about a managed custom folder.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeManagedFolderInformation

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ManagedFolderInformation

The ManagedFolderInformation type exposes the following members.

Constructors
  NameDescription
Public methodManagedFolderInformation
Initializes a new instance of the ManagedFolderInformation class.
Top
Properties
  NameDescription
Public propertyCanDelete
Indicates whether a managed folder can be deleted by a customer.
Public propertyCanRename
Indicates whether a given managed folder can be renamed or moved by the customer.
Public propertyComment
Contains the comment that is associated with a managed folder.
Public propertyHasQuota
Indicates whether the managed folder has a quota.
Public propertyHomePage
Specifies the URL that will be the default home page for the managed folder.
Public propertyId
Contains the folder ID of the managed folder.
Public propertyIsRoot
Indicates whether the managed folder is the root for all managed folders.
Public propertyMustDisplayComment
Indicates whether the managed folder comment must be displayed.
Public propertySize
Describes the total size of all the contents of a managed folder.
Public propertyStorageQuota
Describes the storage quota for the managed folder.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also